projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d09af6a
)
(outline-end-of-prefix): store-match-data => set-match-data.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 14 Mar 1998 04:41:23 +0000
(
04:41
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 14 Mar 1998 04:41:23 +0000
(
04:41
+0000)
lisp/allout.el
patch
|
blob
|
history
diff --git
a/lisp/allout.el
b/lisp/allout.el
index 515219a81188f6a130d345934ce98a44db470aa6..1ca81d159cea7ffd4e39b2eb6440e022807665d4 100644
(file)
--- a/
lisp/allout.el
+++ b/
lisp/allout.el
@@
-1648,7
+1648,7
@@
otherwise skip white space between bullet and ensuing text."
t
(while (looking-at "[0-9]") (forward-char 1))
(if (and (not (eolp)) (looking-at "\\s-")) (forward-char 1)))
- (s
tore
-match-data match-data))
+ (s
et
-match-data match-data))
;; Reestablish where we are:
(outline-current-depth)))
;;;_ > outline-current-bullet-pos ()